There is a wide array of Simple projects. The root for simple
projects is the class ede-simple-project. This
handles the infrastructure of storing a .ede file if needed.
The class ede-simple-project is designed to be
subclassed. Then key EDE methods can be overridden to
provide a quick wrapper over any project.
A second project type is ede-cpp-root. This
project type is designed to be created for a directory hierarchy
full of C/C++ code. It can be configured with minimal lisp
knowledge to do header file lookup for Semantic, improving
code completion performance.